@charset "utf-8";
/* CSS Document */
body{
	color:#333;
	font-family:arial,"宋体";
	font-size:12px;
	margin:0 auto;
	padding:0;
	min-width:1300px;
}
/* 重置 */

div, form, p, i, img, ul, li, ol, dl, dt, dd, table, tr, td, th, fieldset, label, legend, select, button, input {
	margin:0;
	padding:0;
}
p, li, div {/* add */
	line-height:20px;
}

/* 标题样式 */

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/* 列表样式 */

ul, ol, li, dl, dt, dd {
	list-style:none;
}
/* 图片样式 */

img, a img {
	border:0px;
	padding:0px;
	margin:0px;

}
/* 链接样式 */
a{
	color:#333;
}
a:link{
	text-decoration:none;
}
a:active{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
/** 图片链接效果 **/

.pic a {
	padding:0px;
	border:1px solid #fff;

}
.pic a:hover {
	border:1px solid #d00;
	background:#fff4ce;
}

/**输入框颜色样式**/

.input-gray {
	color:#999;
}
.input-black {
	color:#000;
}

/* 清除浮动 */
.clearBoth {
	clear:both;
	/*控制分类后，各行高度不一样对不齐问题*/
	width:100%;
	height:0px;
	font-size:0;
	overflow:hidden;
	/*控制分类后，各行高度不一样对不齐问题*/
	line-height:0;
}
#root{
	width:100%;
	margin:0px auto;
	padding:0;
}
#header{
	height:78px;
	background-color:#022970;
}
#header1{
	width:1300px;
	margin:0 auto;
}
.logo{
	width:auto;
	float:left;
	height:78px;
}
/*修改*/
.nav{
	width:873px;
	float:right;
}
.nav ul li{
	float:left;
	position:relative;
}
.nav ul li a{
	width:109px;
	height:78px;
	display:block;
	text-align:center;
	line-height:78px;
	font-family:"微软雅黑","宋体";
	font-size:16px;
	color:#dde0e7;
}
.nav ul li:hover a{
	color:#000000;
	background-color:#ddc822;
}
.nav ul li ul{
	display:none;
}
.nav ul li:hover ul{
	display: block;
	position:absolute;
	z-index:999;
	top:78px;
	left:0;
}
.nav ul li:hover ul li{
	border-bottom:#1148ad 1px solid;
}
.nav ul li:hover ul li a{
	height:35px;
	display:block;
	text-align:center;
	line-height:35px;
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#ffffff;
	background-color:#022970;
}
.nav ul li:hover ul li a:hover{
	color:#000000;
	background-color:#ddc822;
}
/*修改结束*/

.nav ul li .nav_on{
	color:#000000;
	background-color:#ddc822;
}
#banner{
	text-align:center;
}
#banner img{
	vertical-align:top;
}
#foot{
	padding-top:66px;
	padding-bottom:30px;
	background-color:#001b4d;
	border-top:#3a3b3f 4px solid;
}
#foot1{
	width:1300px;
	margin:0 auto;
}
.foot_up{
	height:282px;
}
.foot_up_01{
	width:726px;
	float:left;
}
.foot_up_01 ul li{
	float:left;
	width:120px;
}
.foot_up_01_1{
	height:45px;
}
.foot_up_01_1 a{
	font-family:"微软雅黑","宋体";
	font-size:15px;
	color:#f0f0f0;
}
.foot_up_01_2{
	line-height:28px;
}
.foot_up_01_2 a{
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#798496;
}
.foot_up_02{
	min-width:350px;
	float:left;
}
.foot_up_02_up{
	height:42px;
	font-family:"微软雅黑","宋体";
	font-size:18px;
	color:#ffb924;
}
.foot_up_02_up span{
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#ababab;
}
.foot_up_02_down{
	height:34px;
	line-height:34px;
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#99a4b7;
}
.foot_up_02_down img{
	vertical-align:middle;
	margin-right:8px;
}
.foot_up_03{
	width:auto;
	float:right;
	text-align:center;
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#9a9a9a;
}
.foot_up_03 img{
	margin-bottom:7px;
	border:#222126 7px solid;
}
.foot_down{
	width:100%;
}
.foot_down_left{
	width:auto;
	float:left;
	color:#a3a8b5;
}
.foot_down_left a{
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#a3a8b5;
	padding:0 15px;
}
.foot_down_right{
	width:auto;
	float:right;
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#798496;
}
.foot_down_right a{
	color:#798496;
}














































































